home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- global dayNo
- set the hilite of member "yespeak" to 0
- set the hilite of member "nopeak" to 0
- if probablyPeak() then
- set the text of field "peaktext" to the text of field "yespeak"
- else
- put the text of field "nopeak" & RETURN & RETURN & the text of field "noPeakreason" & the text of field "nopeakend" into field "peaktext"
- put EMPTY before field "peaktext"
- end if
- put "Is Day #" & dayNo & " Peak Day?" into field "isPeakQuestion"
- cursor(0)
- end
-